Skip to content

Fix build on Alpine Linux#8811

Merged
rustyrussell merged 1 commit intoElementsProject:masterfrom
1ma:fix-alpine-build
Jan 28, 2026
Merged

Fix build on Alpine Linux#8811
rustyrussell merged 1 commit intoElementsProject:masterfrom
1ma:fix-alpine-build

Conversation

@1ma
Copy link
Contributor

@1ma 1ma commented Jan 3, 2026

This cleanup commit broke the build of CLN v25.12 on Alpine Linux:

common/configvar.c:118:9: error: unknown type name 'ssize_t'; did you mean 'size_t'?
  118 |         ssize_t prev = -1;
      |         ^~~~~~~
      |         size_t

This commit restores the original fix for this issue.

Changelog-None

@rustyrussell rustyrussell enabled auto-merge (rebase) January 28, 2026 04:33
@rustyrussell rustyrussell added this to the v26.04 milestone Jan 28, 2026
@rustyrussell rustyrussell merged commit 3917cee into ElementsProject:master Jan 28, 2026
52 of 54 checks passed
@1ma 1ma deleted the fix-alpine-build branch January 28, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants